//0x2c bytes (sizeof)
struct _MI_COMMON_PAGE_STATE
{
struct _MMPFN* PageOfOnesPfn; //0x0
ULONG PageOfOnes; //0x4
struct _MMPFN* DummyPagePfn; //0x8
ULONG DummyPage; //0xc
ULONG PageOfZeroes; //0x10
VOID* ZeroMapping; //0x14
VOID* OnesMapping; //0x18
ULONG BitmapGapFrames[2]; //0x1c
ULONG PfnGapFrames[2]; //0x24
};